@charset "UTF-8";
/* css utf-8 编码声明  下面注释若有必要可自行删除
Write by 奇点网络 WWW.QIDIANRT.COM  QQ/WeChat：1195650011  Tel：15508600880
 */
/* 此CSS样式为奇点网络-李露露编写 类名通用加前缀 q_ */
:root{
	--white:#fff;
}
html,body{/*scroll-behavior:smooth;*/}  /* 不使用js只用css实现锚点平滑滚动 */
body {
	width:100%;
	margin:0 auto;
	min-height: 300px;
	background-color: var(--white);
	/*font-family: SourceHanSansRegular,'Microsoft Yahei',Arial,Verdana,sans-serif;*/
	font-family: 'Microsoft Yahei',Arial,Verdana,sans-serif;
	font-size: 15px;
	color:var(--dark555);
}
ul,li {list-style: none;}
.clearfix {clear:both;}
img {max-width:100%;}
body a {outline: none;}
/* 统一调整字间距 */
div,a,span,p,ul,li{padding:0;margin:0;}
td,th{ border:1px solid #bbb;}
/*iframe{display: block;margin:25px auto; width:800px!important;height:540px!important;}
video{display: block;margin:25px auto; width:800px!important;height:540px!important;}
@media(max-width:640px){
	iframe{margin:10px auto; width:100%!important;height:220px!important;}
	video{margin:10px auto; width:100%!important;height:220px!important;}
}*/
/*img{display:block;width:auto!important;height:auto!important;margin:0 auto!important;}*/
.main1200{width:1200px;margin:0 auto;}
/* 电脑端隐藏 */
@media (min-width:640px ) {
	.pc_hidden{display: none;}
	.img.pc_hidden{display: none;}
}
/* 手机端隐藏 */
@media (max-width:640px ) {
	.m_hidden{display: none;}
	.img.m_hidden{display: none;}
}
/* 平板端隐藏 */
@media (min-width:640px ) and (max-width: 1000px) {
	.pb_hidden{display: none;}
}
@media (max-width: 640px) {
	.q_banner .swiper_button {display: none;}
}
/* 返回顶部  开始 */
#toTop{width:55px;height:55px;bottom:100px;right:10px;position:fixed;cursor:pointer;z-index:999999;}
@media(max-width: 640px){
	#toTop{width:35px;height:35px;bottom:75px;}
}
/* 返回顶部  结束 */
.q_mask{width:100%;height:100%;position: absolute;left:0;top:0;}
.q_mask_in{width:100%;position: absolute;left:0;top:50%;text-align: center;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
a.img{outline: none;display: block;width:100%;}
.img{background-position: center center;background-size: cover;background-repeat: no-repeat;position: relative;text-align: center;
  -moz-transition: all .8s ease 0s;
  -ms-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  -webkit-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.img>img{display:inline-block;max-width:100%;max-height: 100%;position: absolute;top:50%;left:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.hover:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.q_row{width:100%;margin:0 auto;}
.q_row:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.q_n_img{width:100%;margin:20px auto;text-align: center;}
.clear{clear:none;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

/* q_header start! */
.q_header{width:100%;margin:0 auto;}
.q_top{padding:15px 0;}

.q_logo{width:64%;float:left;}
.q_logo>h1>a{outline: none;display: block;width:100%;}
.q_logo>h1>a>img{height:50px;}

.q_tel{width:32%;float:right;}
.tel_list{width:100%;margin:0 auto;}
.tel_item{width:47%;float:left;margin:0 6% 0 0;}
.tel_item:nth-of-type(2n){margin:0 0 0 0;}
.tel_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.tel_item_icon{width:34px;float:left;padding:8px 0;}
.tel_item_txt{width:calc(100% - 50px);float:right;}
.tel_item_h{font-size: 14px;line-height: 20px;color:var(--dark555);}
.tel_item_p{font-size: 18px;line-height: 30px;color:var(--green);font-weight: 700;}

.q_nav{width:100%;margin:0 auto;border-top: 1px solid var(--darkccc);}
.nav_main{width:100%;margin:0 auto;}
.nav_ul{text-align: center;font-size: 0;}
.nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nav_ul>li{display: inline-block;margin:0 40px;position: relative;}
.nav_ul>li>a{outline: none;display: block;width:100%;padding:10px 0;position: relative;}
.nav_ul>li>a:after{position: absolute;left: 50%;bottom: 0;content: "";width: 0;height: 3px;background-color:var(--green);
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nav_ul>li:hover>a:after,.nav_ul>li.on>a:after{width: 100%;transform: translateX(-50%);}
.nav_ul>li>a>span{display: block;width:100%;font-size: 17px;color:var(--dark4c4c4c);line-height: 40px;height:40px;}
.nav_ul>li:hover>a>span,.nav_ul>li.on>a>span{color:var(--green);}

/* q_nav_son */
.q_nav_son{width:200%;position: absolute;top:100%;left:-50%;padding:10px 0;z-index: 10;background-color:var(--white);display: none;}
.q_nav_son>li{width:100%;margin:0 auto;padding:0;}
.q_nav_son>li>a{outline: none;display: block;width:100%;margin:0 auto;padding:0;font-size: 14px;text-align: center;line-height: 36px;color:var(--dark555);}
.q_nav_son>li:hover{background-color: var(--green);}
.q_nav_son>li:hover>a{color:var(--white);}

/* q_header end! */

/* q_banner start! */
.q_banner{width:100%;margin:0 auto;}
.banner_slide{width:100%;margin:0 auto;}
.banner_slide a{outline: none;display: block;width:100%;}
.banner_slide a img{width:100%;}

.q_banner .swiper_banner .swiper_pagination_banner{bottom:5%;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet{width:12px;height:12px;background-color:var(--white);opacity: 1;}
.q_banner .swiper_banner .swiper_pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--green);opacity: 1;}
/* q_banner end! */

/* q_section start! */
.q_section{width:100%;margin:0 auto;position: relative;}
.section_title{width:100%;margin:0 auto;text-align: center;}
.section_title_h .big{font-size: 28px;color:var(--dark555);font-weight: 700;line-height: 35px;}
.section_title_h .small{font-size: 14px;color:var(--dark999);line-height: 22px;text-transform: uppercase;}
.section_title_icon{margin:2px auto 0;}

.q_more{text-align: center;}
.q_more a{padding:7px 25px;font-size: 15px;line-height: 25px;
	outline: none;display: inline-block;background-color: var(--green);color:var(--white);
}
.q_more a:hover{background-color: var(--dark555);}
/* q_section end! */

/* q_product start! */
.q_product{padding:50px 0;}
.product_nav{margin:25px auto 0;}
.product_nav_ul{text-align: center;font-size: 0;}
.product_nav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.product_nav_ul>li{display: inline-block;margin:0 5px;}
.product_nav_ul>li>a{outline: none;display: block;width:100%;border:1px solid var(--darkccc);padding:6px 30px;font-size: 15px;color:var(--dark555);line-height: 25px;}
.product_nav_ul>li:hover>a{border:1px solid var(--green);background-color: var(--green);color:var(--white);}

.product_main{margin:40px auto 0;}
.product_list{width:100%;margin:0 auto;}
.product_item{width:32%;float:left;margin:0 2% 30px 0;text-align: center;
	-moz-box-shadow: 2px 2px 10px #e7e7e7;
	-webkit-box-shadow: 2px 2px 10px #e7e7e7;
	box-shadow: 2px 2px 10px #e7e7e7;
}
.product_item:nth-of-type(3n){margin:0 0 30px 0;}
.product_item_img{width:100%;margin:0 auto;border:1px solid var(--green);overflow: hidden;position: relative;}
.product_item_img .img{padding:74% 0 0;}
.product_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}

.product_item_txt{width:100%;margin:0 auto;background-color:var(--darkededed);padding:12px 15px;}
.product_item_h a{outline: none;display: block;width:100%;font-size: 15px;color:var(--dark555);line-height: 25px;height: 25px;
	overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.product_item_txt:hover{background-color:var(--green);}
.product_item_txt:hover .product_item_h a{color:var(--white);}

/* q_product end! */

/* q_about start! */
.q_about{background:url('../images/about_bg.jpg') no-repeat center top;background-size: cover;padding:90px 0 110px;}
.about_main{width:100%;margin:0 auto;}
.about_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_mains{width:57%;float:right;}
.about_h{width:100%;font-size: 36px;color:var(--dark555);line-height: 45px;text-align: center;}
.about_p{margin:15px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.about_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}
.about_more{margin:30px auto 0;}
.about_more .q_more{text-align: right;}

.about_ul{width:100%;margin:60px auto 0;}
.about_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_li{width:16%;float:left;margin:0 0.8% 0 0;}
.about_li:nth-of-type(6n){margin:0 0 0 0;}
.about_li .img{padding:75% 0 0;}


.q_number{width:100%;position: absolute;left:0;bottom:-67px;z-index: 3;}
.number_main{width:100%;margin:0 auto;padding:15px 25px;background-color:var(--darkf5f5f5);
	-moz-box-shadow: 2px 2px 10px #e7e7e7;
	-webkit-box-shadow: 2px 2px 10px #e7e7e7;
	box-shadow: 2px 2px 10px #e7e7e7;
}
.about_number_main{width:100%;margin:0 auto;padding:0;color:var(--dark333);text-align: left;}
.about_number_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.about_number_item{width:20%;float:left;position: relative;text-align: center;}
.about_number_item:before{content:'';width:1px;height:70%;background-color: var(--darkaaa);position: absolute;left:0;top:15%;}
.about_number_item:nth-of-type(1):before{width:0;top:0;}
.about_number_top{font-size: 40px;line-height: 56px;margin:10px auto 0;}
.about_number_top .sub{font-size: 12px;vertical-align: text-top;font-weight: normal;}
.about_number_txt{width:100%;margin:10px auto 0;padding:0;font-size: 16px;line-height: 25px;height:25px;text-transform: capitalize;color:var(--dark555);
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

/* q_about end! */

/* q_news start! */
.q_news{padding:130px 0 75px;}

.news_main{margin:40px auto 0;}
.news_l{width:43%;float:left;}
.news_img{width:100%;height:296px;overflow: hidden;}
.news_img .img{height:100%;}
.news_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.news_txt{width:100%;padding:15px 20px;
	-moz-box-shadow: 2px 2px 10px #e7e7e7;
	-webkit-box-shadow: 2px 2px 10px #e7e7e7;
	box-shadow: 2px 2px 10px #e7e7e7;
}
.news_item_h a{outline: none;display: block;width:100%;font-size: 18px;color:var(--dark555);line-height: 30px;height:30px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.news_item_h a:hover{color:var(--green);}
.news_txt_date{margin:10px auto 0;font-size:14px;line-height: 22px;color:var(--dark999); }
.news_item_p{margin:10px auto 0;font-size:14px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.news_item_p p{width:100%;margin:0 auto;font-size:14px;color:var(--dark999);line-height: 25px;}

.news_r{width:56%;float:right;}

.news_item{margin:5px auto 0;height:146px;
	-moz-box-shadow: 2px 2px 10px #e7e7e7;
	-webkit-box-shadow: 2px 2px 10px #e7e7e7;
	box-shadow: 2px 2px 10px #e7e7e7;
}
.news_item>*{height:100%;}
.news_item:nth-of-type(1){margin:0 auto;}
.news_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.news_item_date{width:21%;float:left;border-right:2px solid var(--darkededed);padding:20px 20px 25px;}
.news_item_span{display: block;width:100%;font-size:14px;color:var(--dark555);line-height: 25px; }
.news_item_span.span2{font-size:36px;color:var(--green);text-align: center;line-height: 45px;margin:30px auto 0;}

.news_item_txt{width:79%;float:right;padding:20px 25px 25px;}

.news_item_disc{width:100%;font-size: 0;margin:10px auto 0;}
.news_item_disc img{height:6px;display: inline-block;}

.news_more{margin:40px auto 0;}
/* q_news end! */

/* tel_banner start! */
.tel_banner{width:100%;margin:0 auto;}
.tel_banner img{width:100%;}
/* tel_banner end! */

/* q_sample start! */
.q_sample{padding:50px 0;}
.sample_main{margin:40px auto 0;}

.sample_item{width:23.5%;float:left;margin:0 2% 0 0;overflow: hidden;}
.sample_item:nth-of-type(4n){margin:0 0 0 0;}
.sample_item .img{padding:74% 0 0;}
.sample_item:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
/* q_sample end! */

/* q_partner start! */
.q_partner{padding:50px 0;border-top:1px solid var(--darkccc);}
.partner_main{margin:40px auto 0;}
.partner_swiper{width:100%;margin:0 auto;position: relative;}

.partner_slide{width:100%;margin:0 auto;text-align: center;}
.partner_slide_img{width:100%;margin:0 auto;overflow: hidden;border:1px solid var(--darkededed);}
.partner_slide_img .img{padding:50% 0 0;}
.partner_slide_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.partner_slide_h{margin:10px auto 0;padding:0 15px;}
.partner_slide_h span{display: block;width:100%;font-size: 14px;color:var(--dark555);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.q_button{width:30px;height:60px;line-height: 60px;text-align: center;font-size: 20px;cursor: pointer;position:absolute;top:50%;transform: translateY(-50%);
	background-color: var(--green);color:var(--white);
}
.q_button.button_left{left:-50px;}
.q_button.button_right{right:-50px;}
/* q_partner end! */

/* q_link start! */
.q_link{padding:15px 0;background-color: var(--darkededed);}
.link_ul{width:100%;margin:0 auto;font-size: 0;}
.link_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.link_ul li{float:left;margin-left: 15px;}
.link_ul li a{outline: none;display: block;width:100%;font-size: 14px;color:var(--dark808080);line-height: 25px;}
.link_ul li a:hover{color:var(--green);}
.link_ul li:nth-of-type(1){margin-left:0;}
.link_ul li:nth-of-type(1) a{color:var(--dark555);}
.link_ul li:nth-of-type(1) a:hover{color:var(--dark555);}

.link_ul li span{display:inline-block;padding-left: 15px;position: relative;}
.link_ul li span:before{content:'';width:3px;height:100%;background-color: var(--green);position: absolute;left:0;top:0;z-index: 2;}
/* q_link end! */

/* q_footer start! */
.q_footer{width:100%;margin:0 auto;padding:20px 0;background-color: var(--dark4a494e);}

.footer_t{padding:15px 0 30px;}
.footer_nav{padding:0 0 15px;border-bottom: 1px solid var(--dark999);text-align: center;font-size:0;}
.footer_nav li{display: inline-block;margin:0 20px;position: relative;}
.footer_nav li a{outline: none;display: block;width:100%;font-size:16px;color:var(--white);line-height: 25px;}
.footer_nav li a:hover{color:var(--green);}
.footer_nav li:before{content:'';width:2px;height:12px;background-color: var(--white);position: absolute;left:-21px;top:8px;z-index: 2;}
.footer_nav li:nth-of-type(1):before{width:0;height:0;;left:0;top:0;}

.footer_t_main{margin:50px auto 0;}
.footer_t_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.footer_code{width:10%;float:right;text-align: center;}
.footer_code_img{width:100%;}
.footer_code_h{margin:10px auto 0;font-size: 13px;color:var(--white);line-height: 21px;}

.footer_list{width:86%;float:left;}
.footer_list:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item{width:48%;float:left;margin:0 4% 25px 0;}
.footer_item:nth-of-type(2n){margin:0 0 25px 0;}
.footer_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_item_icon{width:30px;float:left;}
.footer_item_h{width:calc(100% - 45px);float:right;font-size: 15px;color:var(--white);line-height: 30px;}

.footer_b{padding:15px 0;border-top:1px solid var(--dark555);text-align: center;}
.footer_b span,.footer_b a{margin:0 4px;line-height: 25px;font-size: 13px;color:var(--dark999);outline: none;}
.footer_b a:hover{color:var(--white);}
.footer_b span a{margin:0;}
.footer_b span img{display: inline-block;width:25px;margin-right: 8px;}
/* q_footer end! */

/* nbanner start! */
.nbanner{width:100%;margin:0 auto;}
.nbanner img{width:100%;}
/* nbanner end! */

/* nnav start! */
.nnav{width:100%;margin:0 auto;padding:20px 0;border-bottom: 2px solid var(--darkddd);}
.nnav_main{width:100%;margin:0 auto;}
.nnav_ul{width:100%;margin:0 auto;}
.nnav_ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnav_ul li{float:left;margin-right: 35px;position: relative;}
.nnav_ul li a{outline: none;display: block;width:100%;padding:0 10px;}
.nnav_ul li a span{display: block;width:100%;font-size: 16px;color:var(--dark555);line-height: 30px;}
.nnav_ul li:hover a span,.nnav_ul li.on a span{color:var(--green);}
.nnav_ul li:after{position: absolute;left: 50%;bottom:-22px;content: "";width: 0;height: 3px;background-color:var(--green);
	-webkit-transition: all 0.5s ease-in-out;
	   -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	     -o-transition: all 0.5s ease-in-out;
	        transition: all 0.5s ease-in-out;
}
.nnav_ul li:hover:after,.nnav_ul li.on:after{width: 100%;transform: translateX(-50%);}

/* nnav end! */

/* nmain start! */
.nmain{width:100%;margin:0 auto;min-height: 400px;}
.nmains{width:100%;margin:0 auto;padding:35px 0 50px;min-height: 300px;}

/* nmain end! */

/* nabout start! */
.ncompany{padding:60px 0;}
.ncompany_img{width:35%;float:right;}
.ncompany_txt{width:58%;float:left;padding:15px 0 0;}
.ncompany_h .cn{font-size:20px;color:var(--green);line-height: 2;}
.ncompany_h .en{font-size:12px;color:var(--dark999);line-height: 1.2;}
.ncompany_p{margin:15px auto 0;font-size: 14px;color:var(--dark555);line-height: 2;}
.ncompany_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height: 2;}

.ncompany_number{margin:50px auto 0;}
.ncompany_number .number_main{padding:15px 0;background-color:var(--white);
	-moz-box-shadow: 0 0 0 var(--white);
	-webkit-box-shadow: 0 0 0 var(--white);
	box-shadow: 0 0 0 var(--white);
}

.nculture{padding:60px 0;background-color: var(--green);}
.nculture_main{width:100%;margin:0 auto;}

.nculture_item{width:31%;float:left;margin:0 3.5% 0 0;background-color: var(--white);padding:25px;}
.nculture_item:nth-of-type(3n){margin:0 0 0 0;}
.nculture_item_out{width:100%;border:1px solid var(--green);padding:25px 30px;}
.nculture_item_in{width:100%;border-bottom:1px solid var(--green);padding:0 10px 25px;}
.nculture_item_h{text-align: center;font-size:18px;color:var(--green);line-height: 30px;height:90px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.nfactory{padding:60px 0;}
.nfactory_img{text-align: center;}

/* nabout end! */

/* nservice start! */
.nservice_main{width:100%;margin:0 auto;padding:20px 0 0;}
.nservice_img{width:50%;float:left;}
.nservice_txt{width:46%;float:right;}
.nservice_list{width:100%;margin:0 auto;}
.nservice_item{margin:30px auto 0;}
.nservice_item_h{font-size: 18px;color:var(--green);line-height: 2;}
.nservice_item_p{font-size: 14px;color:var(--dark555);line-height: 2;}

/* nservice end! */

/* nproduct start! */
.nproduct_main{width:100%;margin:0 auto;}
.nproduct_list{margin:35px auto 0;}
/* nproduct end! */

/* nsearch start! */
.nsearch{width:100%;margin:0 auto;padding:0 20%;}
.nsearch_form{display: block;width:100%;}
.nsearch_form_input{font-size: 15px;color:var(--dark333);line-height: 25px;
	display: block;border-radius: 0;border:1px solid var(--green);padding:10px 25px;
}
.nsearch_search{width:150px;float:right;background-color: var(--green);color:var(--white);}
.nsearch_search_txt{width:calc(100% - 150px);float:left;}

/* nsearch end! */

/* nproduct_show start! */
.nproduct_top{padding:50px 0;}
.nproduct_top_img{width:41%;float:right;text-align: center;}
.nproduct_top_txt{width:54%;float:left;padding:50px 0 0;}
.nproduct_top_h{font-size: 24px;color:var(--dark333);line-height: 1.8;}
.nproduct_top_p{margin:30px auto 0;font-size: 16px;color:var(--dark555);line-height: 2;}
.nproduct_top_p p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}

.nproduct_body{width:100%;background-color: var(--darkf2f4f7);padding:50px;}
.nproduct_content{font-size: 16px;color:var(--dark555);line-height: 2;min-height: 300px;}
.nproduct_content p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}

.nrecommend{padding:50px 0;}
.nrecommend_list{margin:30px auto 0;}
/* nproduct_show end! */

/* nnews satrt! */
.nnews_list{padding:0 0 30px;}
.nnews_item{width:100%;padding:30px 0;border-bottom:1px solid var(--darkccc);}
.nnews_item:nth-of-type(1){padding:0 0 30px;}
.nnews_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nnews_item_img{width:200px;height:150px;float:left;overflow: hidden;}
.nnews_item_img .img{height:100%;}
.nnews_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nnews_item_txt{width:calc(100% - 250px);height:150px;float:right;position: relative;padding:20px 180px 0 0;}
.nnews_item_txt_main{width:100%;margin:0 auto;}
.nnews_item_h a{outline: none;display: block;width:100%;font-size:17px;color:var(--dark333);line-height: 25px;height:25px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.nnews_item_txt:hover .nnews_item_h a{color:var(--green);}
.nnews_item_p{margin:20px auto 0;font-size:14px;color:var(--dark999);line-height: 25px;height:50px;
	display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.nnews_item_p p{width:100%;margin:0 auto;font-size:14px;color:var(--dark999);line-height: 25px;}

.nnews_item_date{width:180px;height:150px;position: absolute;top:0;right:0;text-align: center;}
.nnews_item_date_main{width:100%;height:100%;position: relative;}
.nnews_item_span{display: block;width:100%;color:var(--dark999);}
.nnews_item_span.span2{display: none;}
.nnews_item_span.span1{font-size:18px;line-height: 30px;position: absolute;left:0;bottom:30px;}
.nnews_item_span.span3{font-size:54px;line-height: 70px;position: absolute;left:0;top:15px;}
.nnews_item_txt:hover .nnews_item_span.span3{color:var(--green);}

/* nnews end! */

/* nnews_show start! */
.nnews_show_title{padding:20px 0 0;text-align: center;}
.nnews_show_h{width:90%;margin:0 auto;font-size:28px;color:var(--dark333);line-height: 2;}
.nnews_show_span{margin:10px auto 0;font-size: 0;}
.nnews_show_span span{display: inline-block;margin:0 12px;font-size:14px;color:var(--dark808080);line-height: 23px; }
.nnews_show_span span i{font-style: normal;}

.nnews_show_body{width:100%;margin:0 auto;padding:40px 0 20px;border-bottom:1px solid var(--darkccc);
	font-size: 16px;color:var(--dark555);line-height: 2;min-height: 300px;
}
.nnews_show_body p{width:100%;margin:0 auto;font-size: 16px;color:var(--dark555);line-height: 2;}
/* nnews_show end! */

/* ncase start! */
.ncase_item{width:32%;float:left;margin:0 2% 20px 0;text-align: center;}
.ncase_item:nth-of-type(3n){margin:0 0 20px 0;}
.ncase_item_img{width:100%;margin:0 auto;overflow: hidden;}
.ncase_item_img .img{padding:75% 0 0;}
.ncase_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.ncase_item_h{width:100%;margin:10px auto;padding:0 15px;}
.ncase_item_h span{display: block;width:100%;font-size: 14px;color:var(--dark444);line-height: 23px;height:23px;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

/* ncase end! */

/* nsupport start! */
.nsupport .section_title_h .big{font-weight: 400;}
.nsupport .section_title_h .small{margin:3px auto 0;}
.nsupport_main{width:100%;margin:0 auto;}
.nsupport_main:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.nsupport_p{font-size: 15px;color:var(--dark555);line-height: 2;}
.nsupport_p p{width:100%;margin:0 auto;font-size: 15px;color:var(--dark555);line-height: 2;}

.naftersale{padding:60px 0;}
.naftersale_main{margin:25px auto 0;}
.naftersale_main .nsupport_p{text-align: center;}
.naftersale_img{margin:30px auto 0;text-align: center;}

.noutsale{padding:60px 0;background-color: var(--darkf2f2f2);}
.noutsale_img{width:50%;float:right;}
.noutsale_txt{width:45%;float:left;}
.noutsale_txt .section_title{text-align: left;}
.noutsale_p{margin:25px auto 0;}

.nsoftware{padding:60px 0;}
.nsoftware_main{margin:25px auto 0;}
.nsoftware_p{text-align: center;}
.nsoftware_img{margin:40px auto 0;text-align: center;}

.nadvantage{padding:60px 0 80px;background-color: var(--darkf2f2f2);}
.nadvantage_main{margin:40px auto 0;}
.nadvantage_item{width:31.6%;float:left;margin:0 2.6% 0 0;}
.nadvantage_item:nth-of-type(3n){margin:0 0 0 0;}
.nadvantage_item_h{font-size: 14px;color:var(--dark555);line-height: 2;}
.nadvantage_item_img{margin:5px auto 0;overflow: hidden;}
.nadvantage_item_img .img{padding:56% 0 0;}
.nadvantage_item_img:hover .img{
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  transform:scale(1.15,1.15);
}
.nadvantage_item_p{margin:15px auto 0;font-size: 14px;color:var(--dark555);line-height: 2;}
.nadvantage_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--dark555);line-height: 2;}


.nmajor{padding:80px 0 135px;
	background:url('../images/nmajor_bg.jpg') no-repeat center center;background-size: cover;
}
.nmajor .section_title_h .big{color:var(--white);}
.nmajor .section_title_h .small{color:var(--white);}
.nmajor_main{margin:60px auto 0;}
.nmajor_item{width:25%;float:left;padding:0 25px;text-align: center;color:var(--white);}

.nmajor_item_icon img{width:94px;}
.nmajor_item_txt{margin:10px auto 0;}
.nmajor_item_h{font-size: 14px;color:var(--darkf2f2f2);line-height: 2;}
.nmajor_item_p{margin:20px auto 0;font-size: 14px;color:var(--darkf2f2f2);line-height: 2;}
.nmajor_item_p p{width:100%;margin:0 auto;font-size: 14px;color:var(--darkf2f2f2);line-height: 2;}

/* nsupport end! */

/* ncontact start! */
.nway{padding:20px 0;}
.nway_h{font-size: 24px;color:var(--dark333);line-height: 1.5;}
.nway_main{margin:30px auto 0;}
.nway_list{width:80%;float:left;}
.nway_item{width:100%;margin:25px auto 0;}
.nway_item:nth-of-type(1){margin:0 auto;}
.nway_item:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}

.nway_item .footer_item_h{color:var(--dark333);}

.nway_code{width:13%;float:right;text-align: center;}
.nway_code_img{width:100%;border:1px solid var(--darkddd);}
.nway_code_h{margin:10px auto 0;font-size: 14px;color:var(--dark555);line-height: 22px;}

/* ncontact end! */

/* nmap start! */
.nmap{margin:60px auto 0;}
.nmap_main{margin:0 auto;overflow: hidden;}
.allmap_map{width:100%;height:380px;position: relative;}
.allmap_mask{width:100%;height:100%;position: absolute;left:0;top:0;z-index: 2;}
.allmap {width: 100%;height: 100%;font-size: 14px;line-height: 30px;overflow: hidden;position: relative;}
.allmap b{color:var(--red);font-weight: 700;font-size: 17px;line-height: 30px}
.allmap img{max-width: none;}

@media(max-width: 1440px){
  .allmap_map {height: 340px;}
}
@media(max-width: 640px){
  .allmap_map {height: 280px;}
}
/* nmap end! */



/* m_footer start! */
.footer_m {display: none;}
@media (max-width: 640px) {
  .q_footer {margin-bottom: 60px;}
  .footer_m {display: block;}
}
.footer_m{position: fixed;bottom:0;left:0;width:100%;height:60px;z-index: 99;padding:10px 0;background-color:var(--green);}
.footer_m:after{content:"."; display:block; height:0; visibility:hidden; clear:both;font-size: 0;}
.footer_m_item {width:33%;float:left;height:40px;text-align: center;}
.footer_m_item a{outline: none}
.footer_m_item_icon {width:100%;height:20px;}
.footer_m_item_icon a{outline: none;display: block;width: 100%;height:100%;outline: none;}
.footer_m_item_icon img{width:20px;height:20px;}
.footer_m_item_txt{width:100%;height:20px;line-height: 20px;color:var(--white);font-size: 12px;}
/* m_footer end! */
